home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************\
- *
- * (C) Copyright 1996 by Shetef Solutions Ltd.
- *
- * Address:
- * Shetef Solutions Ltd.
- * P. O. Box 7938
- * Haifa 31078
- * ISRAEL
- *
- * Email : Support@shetef.com
- * WWW: http://www.shetef.com
- * Tel: +972-4-8260064
- * Fax: +972-6-271210
- *
- \******************************************************************************/
- // sstesdlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CSstestDlg dialog
-
- class CSstestDlg : public CDialog
- {
- // Construction
- public:
- CSstestDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CSstestDlg)
- enum { IDD = IDD_SSTEST_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSstestDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CSstestDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnDisable();
- afx_msg void OnEnable();
- afx_msg void OnFix();
- afx_msg void OnHide();
- afx_msg void OnNoaccess();
- afx_msg void OnReadonly();
- afx_msg void OnReset();
- afx_msg void OnSafe();
- afx_msg void OnSsinit();
- afx_msg void OnSsterminate();
- afx_msg void OnUnfix();
- virtual void OnOK();
- afx_msg void OnClose();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-